ru.CryptoPro.JCPxml.dsig.internal
Class MacOutputStream
java.lang.Object
java.io.OutputStream
java.io.ByteArrayOutputStream
ru.CryptoPro.JCPxml.dsig.internal.MacOutputStream
- All Implemented Interfaces:
- java.io.Closeable, java.io.Flushable
public class MacOutputStream
- extends java.io.ByteArrayOutputStream
Derived from Apache sources and changed to use Mac objects instead of
org.apache.xml.security.algorithms.SignatureAlgorithm objects.
|
Method Summary |
void |
write(byte[] arg0,
int arg1,
int arg2)
|
void |
write(int arg0)
|
| Methods inherited from class java.io.ByteArrayOutputStream |
close, reset, size, toByteArray, toString, toString, toString, writeTo |
| Methods inherited from class java.io.OutputStream |
flush, write |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MacOutputStream
public MacOutputStream(javax.crypto.Mac mac)
write
public void write(int arg0)
- Overrides:
write in class java.io.ByteArrayOutputStream
write
public void write(byte[] arg0,
int arg1,
int arg2)
- Overrides:
write in class java.io.ByteArrayOutputStream